﻿2026-06-21T08:38:27.5183423Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T08:38:27.5184365Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T08:38:27.5184665Z [36;1m$PIN = "0c95435"[0m
2026-06-21T08:38:27.5185051Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T08:38:27.5185427Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T08:38:27.5185887Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T08:38:27.5186418Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T08:38:27.5186757Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T08:38:27.5187073Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T08:38:27.5187332Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T08:38:27.5187687Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T08:38:27.5188128Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T08:38:27.5188453Z [36;1m}[0m
2026-06-21T08:38:27.5188758Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T08:38:27.5189062Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T08:38:27.5260447Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T08:38:27.5260722Z ##[endgroup]
2026-06-21T08:38:28.6125789Z    Compiling proc-macro2 v1.0.106
2026-06-21T08:38:28.6126104Z    Compiling quote v1.0.45
2026-06-21T08:38:28.6126346Z    Compiling unicode-ident v1.0.24
2026-06-21T08:38:28.6126582Z    Compiling cfg-if v1.0.4
2026-06-21T08:38:28.6126783Z    Compiling serde_core v1.0.228
2026-06-21T08:38:28.6126996Z    Compiling serde v1.0.228
2026-06-21T08:38:28.6127310Z    Compiling windows-link v0.2.1
2026-06-21T08:38:28.6127648Z    Compiling typenum v1.20.1
2026-06-21T08:38:28.6127925Z    Compiling portable-atomic v1.13.1
2026-06-21T08:38:28.6128170Z    Compiling getrandom v0.3.4
2026-06-21T08:38:28.6128640Z    Compiling pin-project-lite v0.2.17
2026-06-21T08:38:28.6129037Z    Compiling version_check v0.9.5
2026-06-21T08:38:28.6129441Z    Compiling critical-section v1.2.0
2026-06-21T08:38:28.6129873Z    Compiling shlex v2.0.1
2026-06-21T08:38:28.6131027Z    Compiling find-msvc-tools v0.1.9
2026-06-21T08:38:28.6131405Z    Compiling memchr v2.8.1
2026-06-21T08:38:28.7122224Z    Compiling windows-sys v0.61.2
2026-06-21T08:38:28.7122821Z    Compiling subtle v2.6.1
2026-06-21T08:38:28.7539037Z    Compiling futures-core v0.3.32
2026-06-21T08:38:28.7540170Z    Compiling smallvec v1.15.1
2026-06-21T08:38:28.7710892Z    Compiling equivalent v1.0.2
2026-06-21T08:38:28.8726264Z    Compiling bytes v1.11.1
2026-06-21T08:38:28.9002153Z    Compiling itoa v1.0.18
2026-06-21T08:38:28.9183681Z    Compiling semver v1.0.28
2026-06-21T08:38:28.9365293Z    Compiling stable_deref_trait v1.2.1
2026-06-21T08:38:29.0130042Z    Compiling log v0.4.32
2026-06-21T08:38:29.0229501Z    Compiling futures-io v0.3.32
2026-06-21T08:38:29.0413989Z    Compiling generic-array v0.14.7
2026-06-21T08:38:29.1014394Z    Compiling futures-sink v0.3.32
2026-06-21T08:38:29.1875150Z    Compiling rustc_version v0.4.1
2026-06-21T08:38:29.1937895Z    Compiling slab v0.4.12
2026-06-21T08:38:29.2091213Z    Compiling futures-channel v0.3.32
2026-06-21T08:38:29.2529203Z    Compiling futures-task v0.3.32
2026-06-21T08:38:29.4787070Z    Compiling rustversion v1.0.22
2026-06-21T08:38:29.5116879Z    Compiling hashbrown v0.17.1
2026-06-21T08:38:29.5232718Z    Compiling getrandom v0.2.17
2026-06-21T08:38:29.5397027Z    Compiling cpufeatures v0.2.17
2026-06-21T08:38:29.5798089Z    Compiling fnv v1.0.7
2026-06-21T08:38:29.6599808Z    Compiling libc v0.2.186
2026-06-21T08:38:29.7232139Z    Compiling cfg_aliases v0.2.1
2026-06-21T08:38:29.7359940Z    Compiling strsim v0.11.1
2026-06-21T08:38:29.7375155Z    Compiling rand_core v0.10.1
2026-06-21T08:38:29.7679374Z    Compiling litemap v0.8.2
2026-06-21T08:38:29.8536929Z    Compiling autocfg v1.5.1
2026-06-21T08:38:29.8761303Z    Compiling writeable v0.6.3
2026-06-21T08:38:29.9386625Z    Compiling utf8_iter v1.0.4
2026-06-21T08:38:29.9680700Z    Compiling dunce v1.0.5
2026-06-21T08:38:29.9719093Z    Compiling icu_properties_data v2.2.0
2026-06-21T08:38:30.0647457Z    Compiling jobserver v0.1.34
2026-06-21T08:38:30.0796228Z    Compiling ident_case v1.0.1
2026-06-21T08:38:30.1142927Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T08:38:30.1344674Z    Compiling fs_extra v1.3.0
2026-06-21T08:38:30.1504734Z    Compiling getrandom v0.4.2
2026-06-21T08:38:30.1806194Z    Compiling percent-encoding v2.3.2
2026-06-21T08:38:30.2834548Z    Compiling cc v1.2.63
2026-06-21T08:38:30.4139602Z    Compiling indexmap v2.14.0
2026-06-21T08:38:30.5004879Z    Compiling http v1.4.1
2026-06-21T08:38:30.5066037Z    Compiling crypto-common v0.1.7
2026-06-21T08:38:30.5111695Z    Compiling aws-lc-rs v1.17.0
2026-06-21T08:38:30.5291698Z    Compiling unicode-segmentation v1.13.3
2026-06-21T08:38:30.5685157Z    Compiling thiserror v2.0.18
2026-06-21T08:38:30.7689799Z    Compiling syn v2.0.117
2026-06-21T08:38:30.8576638Z    Compiling cpufeatures v0.3.0
2026-06-21T08:38:30.8586617Z    Compiling scopeguard v1.2.0
2026-06-21T08:38:30.9916546Z    Compiling lock_api v0.4.14
2026-06-21T08:38:30.9960970Z    Compiling chacha20 v0.10.0
2026-06-21T08:38:31.0320422Z    Compiling block-buffer v0.10.4
2026-06-21T08:38:31.0321004Z    Compiling form_urlencoded v1.2.2
2026-06-21T08:38:31.0353841Z    Compiling winapi v0.3.9
2026-06-21T08:38:31.1327445Z    Compiling cmake v0.1.58
2026-06-21T08:38:31.1559449Z    Compiling bitflags v2.12.1
2026-06-21T08:38:31.1592365Z    Compiling untrusted v0.9.0
2026-06-21T08:38:31.1808708Z    Compiling digest v0.10.7
2026-06-21T08:38:31.2174514Z    Compiling rand v0.10.1
2026-06-21T08:38:31.2288093Z    Compiling num-traits v0.2.19
2026-06-21T08:38:31.3058547Z    Compiling windows-strings v0.5.1
2026-06-21T08:38:31.3059096Z    Compiling windows-result v0.4.1
2026-06-21T08:38:31.3349620Z    Compiling heck v0.5.0
2026-06-21T08:38:31.3583589Z    Compiling rustls v0.23.40
2026-06-21T08:38:31.4548889Z    Compiling convert_case v0.10.0
2026-06-21T08:38:31.4549400Z    Compiling anyhow v1.0.102
2026-06-21T08:38:31.4971348Z    Compiling const-oid v0.10.2
2026-06-21T08:38:31.7161822Z    Compiling atomic-waker v1.1.2
2026-06-21T08:38:31.7359081Z    Compiling unicode-xid v0.2.6
2026-06-21T08:38:31.8623057Z    Compiling httparse v1.10.1
2026-06-21T08:38:31.8862334Z    Compiling zerocopy v0.8.50
2026-06-21T08:38:31.9220623Z    Compiling parking_lot_core v0.9.12
2026-06-21T08:38:31.9275142Z    Compiling http-body v1.0.1
2026-06-21T08:38:31.9357484Z    Compiling curve25519-dalek v4.1.3
2026-06-21T08:38:31.9357932Z    Compiling hybrid-array v0.4.12
2026-06-21T08:38:31.9545725Z    Compiling ahash v0.8.12
2026-06-21T08:38:32.1064004Z    Compiling powerfmt v0.2.0
2026-06-21T08:38:32.1959798Z    Compiling either v1.16.0
2026-06-21T08:38:32.2292112Z    Compiling base64ct v1.8.3
2026-06-21T08:38:32.3949113Z    Compiling aws-lc-sys v0.41.0
2026-06-21T08:38:32.4050499Z    Compiling ring v0.17.14
2026-06-21T08:38:32.4078877Z    Compiling fastrand v2.4.1
2026-06-21T08:38:32.5225095Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T08:38:32.5442549Z    Compiling deranged v0.5.8
2026-06-21T08:38:32.5688151Z    Compiling rand_core v0.6.4
2026-06-21T08:38:32.6087312Z    Compiling vcpkg v0.2.15
2026-06-21T08:38:32.6596938Z    Compiling zmij v1.0.21
2026-06-21T08:38:32.7067617Z    Compiling base64 v0.22.1
2026-06-21T08:38:32.8883514Z    Compiling data-encoding v2.11.0
2026-06-21T08:38:32.9042704Z    Compiling num-conv v0.2.2
2026-06-21T08:38:32.9630294Z    Compiling pkg-config v0.3.33
2026-06-21T08:38:33.1075198Z    Compiling tinyvec_macros v0.1.1
2026-06-21T08:38:33.1465078Z    Compiling time-core v0.1.8
2026-06-21T08:38:33.1566249Z    Compiling tower-service v0.3.3
2026-06-21T08:38:33.1657001Z    Compiling try-lock v0.2.5
2026-06-21T08:38:33.1940598Z    Compiling tinyvec v1.11.0
2026-06-21T08:38:33.2096512Z    Compiling parking_lot v0.12.5
2026-06-21T08:38:33.3418080Z    Compiling want v0.3.1
2026-06-21T08:38:33.3826486Z    Compiling crypto-common v0.2.2
2026-06-21T08:38:33.3891255Z    Compiling block-buffer v0.12.0
2026-06-21T08:38:33.4027841Z    Compiling sha2 v0.10.9
2026-06-21T08:38:33.5656345Z    Compiling vergen-lib v9.1.0
2026-06-21T08:38:33.5656850Z    Compiling inout v0.1.4
2026-06-21T08:38:33.6799251Z    Compiling n0-future v0.3.2
2026-06-21T08:38:33.7031378Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T08:38:33.7241320Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T08:38:33.7423807Z    Compiling diatomic-waker v0.2.3
2026-06-21T08:38:33.9164417Z    Compiling crossbeam-utils v0.8.21
2026-06-21T08:38:33.9259342Z    Compiling parking v2.2.1
2026-06-21T08:38:33.9881788Z    Compiling signature v2.2.0
2026-06-21T08:38:34.0769550Z    Compiling serde_json v1.0.150
2026-06-21T08:38:34.0770121Z    Compiling spin v0.10.0
2026-06-21T08:38:34.1273482Z    Compiling cordyceps v0.3.4
2026-06-21T08:38:34.1520219Z    Compiling winnow v1.0.3
2026-06-21T08:38:34.1855319Z    Compiling httpdate v1.0.3
2026-06-21T08:38:34.2041768Z    Compiling digest v0.11.3
2026-06-21T08:38:34.2852201Z    Compiling ed25519 v2.2.3
2026-06-21T08:38:34.3619525Z    Compiling futures-lite v2.6.1
2026-06-21T08:38:34.4080612Z    Compiling futures-buffered v0.2.13
2026-06-21T08:38:34.4457972Z    Compiling cipher v0.4.4
2026-06-21T08:38:34.4834328Z    Compiling vergen-lib v0.1.6
2026-06-21T08:38:34.5165340Z    Compiling synstructure v0.13.2
2026-06-21T08:38:34.5477550Z    Compiling darling_core v0.20.11
2026-06-21T08:38:34.6989249Z    Compiling vergen v9.1.0
2026-06-21T08:38:34.7223241Z    Compiling universal-hash v0.5.1
2026-06-21T08:38:34.8309606Z    Compiling noq-udp v0.10.0
2026-06-21T08:38:34.8935004Z    Compiling heapless v0.7.17
2026-06-21T08:38:34.9548906Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T08:38:34.9734514Z    Compiling sync_wrapper v1.0.2
2026-06-21T08:38:35.0536397Z    Compiling byteorder v1.5.0
2026-06-21T08:38:35.2323912Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T08:38:35.2529245Z    Compiling opaque-debug v0.3.1
2026-06-21T08:38:35.3877812Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T08:38:35.4545840Z    Compiling allocator-api2 v0.2.21
2026-06-21T08:38:35.4590641Z    Compiling hash32 v0.2.1
2026-06-21T08:38:35.5414010Z    Compiling polyval v0.6.2
2026-06-21T08:38:35.7634380Z    Compiling vergen-gitcl v1.0.8
2026-06-21T08:38:35.7730090Z    Compiling spin v0.9.8
2026-06-21T08:38:35.8013340Z    Compiling windows-threading v0.2.1
2026-06-21T08:38:35.8655118Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T08:38:35.8698071Z    Compiling ryu v1.0.23
2026-06-21T08:38:35.9560492Z    Compiling fallible-iterator v0.3.0
2026-06-21T08:38:36.0269842Z    Compiling tower-layer v0.3.3
2026-06-21T08:38:36.0643496Z    Compiling signature v3.0.0
2026-06-21T08:38:36.1612315Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T08:38:36.2931152Z    Compiling windows-targets v0.52.6
2026-06-21T08:38:36.3171041Z    Compiling ghash v0.5.1
2026-06-21T08:38:36.3491502Z    Compiling ctr v0.9.2
2026-06-21T08:38:36.3721452Z    Compiling aes v0.8.4
2026-06-21T08:38:36.3747620Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T08:38:36.4305201Z    Compiling fs2 v0.4.3
2026-06-21T08:38:36.4601107Z    Compiling time v0.3.47
2026-06-21T08:38:36.4959968Z    Compiling http-body-util v0.1.3
2026-06-21T08:38:36.5734262Z    Compiling socket2 v0.6.4
2026-06-21T08:38:36.6929353Z    Compiling mio v1.2.1
2026-06-21T08:38:36.7104660Z    Compiling proc-macro-crate v3.5.0
2026-06-21T08:38:36.7651776Z    Compiling aead v0.5.2
2026-06-21T08:38:36.8325354Z    Compiling ipconfig v0.3.4
2026-06-21T08:38:36.9137606Z    Compiling widestring v1.2.1
2026-06-21T08:38:37.1591824Z    Compiling aes-gcm v0.10.3
2026-06-21T08:38:37.2150745Z    Compiling serde_derive v1.0.228
2026-06-21T08:38:37.2944700Z    Compiling zeroize_derive v1.4.3
2026-06-21T08:38:37.3041588Z    Compiling zerofrom-derive v0.1.7
2026-06-21T08:38:37.3656059Z    Compiling tokio-macros v2.7.0
2026-06-21T08:38:37.3726052Z    Compiling yoke-derive v0.8.2
2026-06-21T08:38:37.4161002Z    Compiling futures-macro v0.3.32
2026-06-21T08:38:37.4327563Z    Compiling zerovec-derive v0.11.3
2026-06-21T08:38:37.6765820Z    Compiling displaydoc v0.2.6
2026-06-21T08:38:37.6847275Z    Compiling tracing-attributes v0.1.31
2026-06-21T08:38:37.7939771Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T08:38:37.9937133Z    Compiling thiserror-impl v2.0.18
2026-06-21T08:38:38.0670419Z    Compiling zeroize v1.8.2
2026-06-21T08:38:38.1602946Z    Compiling tokio v1.52.3
2026-06-21T08:38:38.4085224Z    Compiling rustls-pki-types v1.14.1
2026-06-21T08:38:38.4343159Z    Compiling futures-util v0.3.32
2026-06-21T08:38:38.5470645Z    Compiling darling_macro v0.20.11
2026-06-21T08:38:38.5739677Z    Compiling derive_more-impl v2.1.1
2026-06-21T08:38:38.6636543Z    Compiling n0-error-macros v0.1.3
2026-06-21T08:38:38.8081658Z    Compiling spez v0.1.2
2026-06-21T08:38:38.8163344Z    Compiling windows-implement v0.60.2
2026-06-21T08:38:38.8463301Z    Compiling windows-interface v0.59.3
2026-06-21T08:38:39.0065818Z    Compiling zerofrom v0.1.8
2026-06-21T08:38:39.0815257Z    Compiling darling v0.20.11
2026-06-21T08:38:39.1413585Z    Compiling der v0.8.0-rc.10
2026-06-21T08:38:39.3803417Z    Compiling yoke v0.8.3
2026-06-21T08:38:39.3837129Z    Compiling derive_builder_core v0.20.2
2026-06-21T08:38:39.3899868Z    Compiling pin-project-internal v1.1.13
2026-06-21T08:38:39.4349376Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T08:38:39.7902324Z    Compiling zerovec v0.11.6
2026-06-21T08:38:39.8066867Z    Compiling zerotrie v0.2.4
2026-06-21T08:38:39.8383889Z    Compiling windows-core v0.62.2
2026-06-21T08:38:39.8400853Z    Compiling n0-error v0.1.3
2026-06-21T08:38:40.0888502Z    Compiling ed25519-dalek v2.2.0
2026-06-21T08:38:40.2007740Z    Compiling cobs v0.3.0
2026-06-21T08:38:40.3430307Z    Compiling spki v0.8.0-rc.4
2026-06-21T08:38:40.4853172Z    Compiling tinystr v0.8.3
2026-06-21T08:38:40.5047362Z    Compiling potential_utf v0.1.5
2026-06-21T08:38:40.5144906Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T08:38:40.5232634Z    Compiling windows-collections v0.3.2
2026-06-21T08:38:40.5932365Z    Compiling windows-future v0.3.2
2026-06-21T08:38:40.6757014Z    Compiling icu_locale_core v2.2.0
2026-06-21T08:38:40.6993195Z    Compiling icu_collections v2.2.0
2026-06-21T08:38:40.7116830Z    Compiling derive_builder_macro v0.20.2
2026-06-21T08:38:40.7143067Z    Compiling windows-numerics v0.3.1
2026-06-21T08:38:40.7154869Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T08:38:40.7243800Z    Compiling postcard-derive v0.2.2
2026-06-21T08:38:41.0006172Z    Compiling data-encoding-macro v0.1.20
2026-06-21T08:38:41.0173222Z    Compiling num_enum_derive v0.7.6
2026-06-21T08:38:41.0546995Z    Compiling strum_macros v0.28.0
2026-06-21T08:38:41.0639988Z    Compiling pin-project v1.1.13
2026-06-21T08:38:41.2349623Z    Compiling enum-assoc v1.3.0
2026-06-21T08:38:41.2457929Z    Compiling derive_builder v0.20.2
2026-06-21T08:38:41.3185784Z    Compiling windows v0.62.2
2026-06-21T08:38:41.3528214Z    Compiling futures-executor v0.3.32
2026-06-21T08:38:41.5204490Z    Compiling futures v0.3.32
2026-06-21T08:38:41.5836220Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T08:38:41.6486095Z    Compiling icu_provider v2.2.0
2026-06-21T08:38:41.7698855Z    Compiling async-trait v0.1.89
2026-06-21T08:38:41.9302521Z    Compiling icu_properties v2.2.0
2026-06-21T08:38:42.0955658Z    Compiling icu_normalizer v2.2.0
2026-06-21T08:38:42.2297354Z    Compiling ipnet v2.12.0
2026-06-21T08:38:42.4844197Z    Compiling tokio-util v0.7.18
2026-06-21T08:38:42.5249358Z    Compiling prefix-trie v0.8.4
2026-06-21T08:38:42.5387766Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T08:38:42.6529966Z    Compiling once_cell v1.21.4
2026-06-21T08:38:42.9368820Z    Compiling tracing-core v0.1.36
2026-06-21T08:38:42.9370510Z    Compiling derive_more v2.1.1
2026-06-21T08:38:43.0042295Z    Compiling tower v0.5.3
2026-06-21T08:38:43.0902628Z    Compiling postcard v1.1.3
2026-06-21T08:38:43.0983037Z    Compiling chrono v0.4.45
2026-06-21T08:38:43.1165878Z    Compiling windows-sys v0.59.0
2026-06-21T08:38:43.1553413Z    Compiling hashbrown v0.14.5
2026-06-21T08:38:43.2397242Z    Compiling idna_adapter v1.2.2
2026-06-21T08:38:43.2398880Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T08:38:43.4188373Z    Compiling tracing v0.1.44
2026-06-21T08:38:43.4299447Z    Compiling idna v1.1.0
2026-06-21T08:38:43.6407226Z    Compiling crossbeam-channel v0.5.15
2026-06-21T08:38:43.6528339Z    Compiling blake3 v1.8.5
2026-06-21T08:38:43.6918463Z    Compiling windows-registry v0.6.1
2026-06-21T08:38:43.8077185Z    Compiling url v2.5.8
2026-06-21T08:38:43.8447861Z    Compiling h2 v0.4.14
2026-06-21T08:38:43.8676097Z    Compiling hashlink v0.9.1
2026-06-21T08:38:43.9708490Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T08:38:44.1108342Z    Compiling uuid v1.23.2
2026-06-21T08:38:44.1672405Z    Compiling memoffset v0.6.5
2026-06-21T08:38:44.2900271Z    Compiling rusqlite v0.32.1
2026-06-21T08:38:44.3769944Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T08:38:44.3885449Z    Compiling netwatch v0.16.0
2026-06-21T08:38:44.4251749Z    Compiling noq v0.18.0
2026-06-21T08:38:44.5051304Z    Compiling acto v0.8.2
2026-06-21T08:38:44.6069235Z    Compiling mac-addr v0.3.0
2026-06-21T08:38:44.6219621Z    Compiling lru-slab v0.1.2
2026-06-21T08:38:44.7372147Z    Compiling ref-cast v1.0.25
2026-06-21T08:38:44.7720968Z    Compiling tagptr v0.2.0
2026-06-21T08:38:44.7879922Z    Compiling foldhash v0.2.0
2026-06-21T08:38:44.8353745Z    Compiling identity-hash v0.1.0
2026-06-21T08:38:44.8355480Z    Compiling xml-rs v0.8.28
2026-06-21T08:38:44.8985862Z    Compiling thiserror v1.0.69
2026-06-21T08:38:44.9011587Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T08:38:44.9809990Z    Compiling rustc-hash v2.1.2
2026-06-21T08:38:44.9897659Z    Compiling hashbrown v0.16.1
2026-06-21T08:38:45.0825409Z    Compiling moka v0.12.15
2026-06-21T08:38:45.1094791Z    Compiling netdev v0.42.0
2026-06-21T08:38:45.2530473Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T08:38:45.2603209Z    Compiling attohttpc v0.30.1
2026-06-21T08:38:45.4315509Z    Compiling iroh-base v0.98.0
2026-06-21T08:38:45.4413103Z    Compiling tower-http v0.6.11
2026-06-21T08:38:45.5564448Z    Compiling xmltree v0.10.3
2026-06-21T08:38:45.8153746Z    Compiling iroh-metrics v0.38.3
2026-06-21T08:38:45.9775290Z    Compiling n0-watcher v0.6.1
2026-06-21T08:38:46.0001762Z    Compiling strum v0.28.0
2026-06-21T08:38:46.0939912Z    Compiling tokio-stream v0.1.18
2026-06-21T08:38:46.1822169Z    Compiling iroh-relay v0.98.0
2026-06-21T08:38:46.2174273Z    Compiling num_enum v0.7.6
2026-06-21T08:38:46.2642998Z    Compiling toml_datetime v0.6.11
2026-06-21T08:38:46.2820442Z    Compiling serde_spanned v0.6.9
2026-06-21T08:38:46.3007801Z    Compiling thiserror-impl v1.0.69
2026-06-21T08:38:46.3191470Z    Compiling ref-cast-impl v1.0.25
2026-06-21T08:38:46.4636512Z    Compiling serde_derive_internals v0.29.1
2026-06-21T08:38:46.6065463Z    Compiling simple-dns v0.9.3
2026-06-21T08:38:46.7233064Z    Compiling serial-core v0.4.0
2026-06-21T08:38:46.7234630Z    Compiling aho-corasick v1.1.4
2026-06-21T08:38:46.7734309Z    Compiling sha1_smol v1.0.1
2026-06-21T08:38:47.0046452Z    Compiling toml_write v0.1.2
2026-06-21T08:38:47.0047502Z    Compiling smol_str v0.1.24
2026-06-21T08:38:47.0840471Z    Compiling constant_time_eq v0.4.2
2026-06-21T08:38:47.2219830Z    Compiling arrayref v0.3.9
2026-06-21T08:38:47.2376730Z    Compiling winreg v0.10.1
2026-06-21T08:38:47.2797574Z    Compiling simdutf8 v0.1.5
2026-06-21T08:38:47.2834975Z    Compiling winnow v0.7.15
2026-06-21T08:38:47.3270106Z    Compiling resolv-conf v0.7.6
2026-06-21T08:38:47.3700080Z    Compiling regex-syntax v0.8.10
2026-06-21T08:38:47.3905387Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T08:38:47.4088132Z    Compiling arrayvec v0.7.6
2026-06-21T08:38:47.7548766Z    Compiling hyper v1.10.1
2026-06-21T08:38:47.7935677Z    Compiling iroh-dns v0.98.0
2026-06-21T08:38:47.9190419Z    Compiling schemars_derive v1.2.1
2026-06-21T08:38:48.4118637Z    Compiling serial-windows v0.4.0
2026-06-21T08:38:48.6638960Z    Compiling lru v0.16.4
2026-06-21T08:38:48.8072455Z    Compiling webpki-roots v1.0.7
2026-06-21T08:38:48.8191883Z    Compiling seize v0.5.1
2026-06-21T08:38:48.8787923Z    Compiling darling_core v0.23.0
2026-06-21T08:38:48.9160279Z    Compiling serde_bytes v0.11.19
2026-06-21T08:38:48.9775101Z    Compiling hmac v0.12.1
2026-06-21T08:38:49.0126496Z    Compiling iroh v0.98.2
2026-06-21T08:38:49.1559584Z    Compiling hyper-util v0.1.20
2026-06-21T08:38:49.2103666Z    Compiling toml_edit v0.22.27
2026-06-21T08:38:49.3823658Z    Compiling bitflags v1.3.2
2026-06-21T08:38:49.4793312Z    Compiling regex-automata v0.4.14
2026-06-21T08:38:49.5048099Z    Compiling dyn-clone v1.0.20
2026-06-21T08:38:49.5051428Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T08:38:49.5814427Z    Compiling cmov v0.5.4
2026-06-21T08:38:49.6158071Z    Compiling utf8parse v0.2.2
2026-06-21T08:38:49.6465110Z    Compiling anstyle v1.0.14
2026-06-21T08:38:49.8082746Z    Compiling pin-utils v0.1.0
2026-06-21T08:38:49.8769224Z    Compiling lazy_static v1.5.0
2026-06-21T08:38:49.9603541Z    Compiling shared_library v0.1.9
2026-06-21T08:38:49.9670978Z    Compiling nix v0.25.1
2026-06-21T08:38:50.0241512Z    Compiling schemars v1.2.1
2026-06-21T08:38:50.0335769Z    Compiling anstyle-wincon v3.0.11
2026-06-21T08:38:50.0819558Z    Compiling ctutils v0.4.2
2026-06-21T08:38:50.0940333Z    Compiling anstyle-parse v1.0.0
2026-06-21T08:38:50.3075472Z    Compiling hkdf v0.12.4
2026-06-21T08:38:50.3387794Z    Compiling papaya v0.2.4
2026-06-21T08:38:50.3492523Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T08:38:50.3964252Z    Compiling serial v0.4.0
2026-06-21T08:38:50.4283921Z    Compiling filedescriptor v0.8.3
2026-06-21T08:38:50.4418713Z    Compiling backon v1.6.0
2026-06-21T08:38:50.5510991Z    Compiling anstyle-query v1.1.5
2026-06-21T08:38:50.6037950Z    Compiling igd-next v0.17.1
2026-06-21T08:38:50.7439504Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T08:38:50.7440020Z    Compiling shell-words v1.1.1
2026-06-21T08:38:50.7792738Z    Compiling instability v0.3.12
2026-06-21T08:38:50.8155894Z    Compiling downcast-rs v1.2.1
2026-06-21T08:38:50.8425860Z    Compiling foldhash v0.1.5
2026-06-21T08:38:50.9579397Z    Compiling colorchoice v1.0.5
2026-06-21T08:38:50.9990101Z    Compiling paste v1.0.15
2026-06-21T08:38:51.0613816Z    Compiling anstream v1.0.0
2026-06-21T08:38:51.0648838Z    Compiling hashbrown v0.15.5
2026-06-21T08:38:51.1005839Z    Compiling toml v0.8.23
2026-06-21T08:38:51.2851886Z    Compiling portable-pty v0.8.1
2026-06-21T08:38:51.5813676Z    Compiling spake2 v0.4.0
2026-06-21T08:38:51.6221756Z    Compiling wmi v0.18.4
2026-06-21T08:38:51.7823320Z    Compiling regex v1.12.3
2026-06-21T08:38:51.7857243Z    Compiling strum_macros v0.26.4
2026-06-21T08:38:51.8668175Z    Compiling terminal_size v0.4.4
2026-06-21T08:38:51.9954623Z    Compiling crossterm_winapi v0.9.1
2026-06-21T08:38:52.0072587Z    Compiling itertools v0.13.0
2026-06-21T08:38:52.1625118Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T08:38:52.4949987Z    Compiling sha1 v0.10.6
2026-06-21T08:38:52.5108630Z    Compiling darling_macro v0.23.0
2026-06-21T08:38:52.7781129Z    Compiling castaway v0.2.4
2026-06-21T08:38:52.8086049Z    Compiling clap_lex v1.1.0
2026-06-21T08:38:52.8088521Z    Compiling static_assertions v1.1.0
2026-06-21T08:38:52.9171603Z    Compiling indoc v2.0.7
2026-06-21T08:38:52.9213149Z    Compiling doctest-file v1.1.1
2026-06-21T08:38:53.0296565Z    Compiling darling v0.23.0
2026-06-21T08:38:53.1513771Z    Compiling unicode-width v0.1.14
2026-06-21T08:38:54.2229025Z    Compiling portmapper v0.16.0
2026-06-21T08:38:54.3204757Z    Compiling recvmsg v1.0.0
2026-06-21T08:38:54.4804910Z    Compiling unicode-truncate v1.1.0
2026-06-21T08:38:54.5676089Z    Compiling interprocess v2.4.2
2026-06-21T08:38:54.6352233Z    Compiling clap_builder v4.6.0
2026-06-21T08:38:54.6436439Z    Compiling compact_str v0.8.2
2026-06-21T08:38:54.7011296Z    Compiling crossterm v0.28.1
2026-06-21T08:38:55.0076298Z    Compiling strum v0.26.3
2026-06-21T08:38:55.2155928Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T08:38:55.4153212Z    Compiling lru v0.12.5
2026-06-21T08:38:55.5488788Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T08:38:55.6568863Z    Compiling clap_derive v4.6.1
2026-06-21T08:38:55.8443247Z    Compiling unicode-width v0.2.0
2026-06-21T08:38:55.9347857Z    Compiling cassowary v0.3.0
2026-06-21T08:38:56.0665561Z    Compiling error-code v3.3.2
2026-06-21T08:38:56.1447829Z    Compiling clipboard-win v5.4.1
2026-06-21T08:38:56.1570937Z    Compiling nucleo-matcher v0.3.1
2026-06-21T08:38:56.2574987Z    Compiling qrcode v0.14.1
2026-06-21T08:38:56.3069269Z    Compiling ratatui v0.29.0
2026-06-21T08:38:56.3756519Z    Compiling tempfile v3.27.0
2026-06-21T08:38:57.7224034Z    Compiling clap v4.6.1
2026-06-21T08:39:08.7680158Z    Compiling rustls-webpki v0.103.13
2026-06-21T08:39:11.0356238Z    Compiling tokio-rustls v0.26.4
2026-06-21T08:39:11.0356560Z    Compiling noq-proto v0.17.0
2026-06-21T08:39:11.0356782Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T08:39:11.1840188Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T08:39:11.1840657Z    Compiling hyper-rustls v0.27.9
2026-06-21T08:39:11.1841238Z    Compiling tokio-websockets v0.13.2
2026-06-21T08:39:11.3325116Z    Compiling reqwest v0.13.4
2026-06-21T08:39:12.2762152Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T08:39:28.8204958Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T08:39:30.1487500Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T08:39:38.8763259Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T08:39:45.8248611Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
2026-06-21T08:39:45.8469536Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T08:39:45.8957859Z 
2026-06-21T08:39:45.8958164Z running 1 test
2026-06-21T08:39:54.2546380Z test new_brain_serves_against_old_broker ... ok
2026-06-21T08:39:54.2546722Z 
2026-06-21T08:39:54.2546999Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.36s
2026-06-21T08:39:54.2547371Z 
